C1ObservableItemCollection<TOwner,TItem> Class Members
In This Topic
The following tables list the members exposed by C1ObservableItemCollection<TOwner,TItem>.
Public Constructors
Public Properties
| Name | Description |
| Count | Gets the number of elements actually contained in the collection. |
| Item | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
| Owner | Gets the owner of the collection. |
Top
Public Methods
| Name | Description |
| Add | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
| Clear | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
| Contains | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
| CopyTo | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
| IndexOf | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
| Insert | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
| Remove | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
| RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<TItem>) |
Top
Public Events
See Also